testing.common.hasSub (field)

6 uses

	testing (current package)
		benchmark.go#L257: 	if b.hasSub.Load() || finished {
		benchmark.go#L792: 	b.hasSub.Store(true)
		benchmark.go#L824: 		sub.hasSub.Store(true)
		testing.go#L643: 	hasSub         atomic.Bool    // whether there are sub-benchmarks.
		testing.go#L1780: 		if t.parent != nil && !t.hasSub.Load() {
		testing.go#L1811: 	t.hasSub.Store(true)